home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / icsources.lha / INSERT / EQUALIZERS < prev    next >
Encoding:
Text File  |  1988-11-13  |  389 b   |  40 lines

  1.  
  2. equals:
  3.     
  4.     cmpi.w #0,mt_voice1
  5.     bne doit
  6.     move.w #$0000,n1
  7. oi:    cmpi.w #0,mt_voice2
  8.     bne doit1
  9.     move.w #$0000,n2
  10. oi1:    cmpi.w #0,mt_voice3
  11.     bne doit2
  12.     move.w #$0000,n3
  13. oi2:    cmpi.w #0,mt_voice4
  14.     bne doit3
  15.     move.w #$0000,n4
  16.     jmp dreads
  17.     
  18. doit:    
  19.  
  20.     move.w #$0f00,n1
  21.     jmp oi
  22.     
  23. doit1:
  24.  
  25.     move.w #$00f0,n2
  26.     jmp oi1
  27.     
  28. doit2:
  29.  
  30.     move.w #$000f,n3
  31.     jmp oi2
  32.     
  33. doit3:
  34.  
  35.     move.w #$0ff0,n4
  36.     
  37. dreads: 
  38.  
  39.     rts
  40.